home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-06-23 | 1.9 KB | 53 lines | [TEXT/KAHL] |
- DigitalSignatureDemo
-
- DigitalSignatureDemo is a sample application that demonstrates
- how to use the Digital Signature Manager within a Think Class
- Library environment. It may also serve as a model for other
- uses of AOCE within class envionments.
-
- This demo extends the TCL "Tiny Edit" sample program by adding
- sub-classes that override and extend Tiny Edit classes (the
- Symantec classes were not modified). This sample requires
- Think C 6.0 and the Think Class Library 1.1.3 that was released
- with Think C 6.0. It does not require Symantec C++.
-
- Note: in order to compile this sample, you must include files from
- the "Tiny Edit" sample application that was distributed with
- Symantec C 6.0. This sample does not modify the Think "Tiny Edit"
- sample.
-
- To build this demo, you will have to do the following:
-
- 1. Make an alias to the Tiny Edit folder and store it in the
- "Aliases" folder inside the "Symantec C++ for Macintosh" folder.
- (This is unfortunate, but is needed in order to access the
- "Tiny Edit" classes.)
- 2. The application needs the following classes from the Tiny Edit
- folder. If they are not found when you build the application,
- you may have to remove and re-add them.
- • CEditApp.cp
- • CEditDoc.cp
- • CEditPane.cp
- 3. Build the application.
-
- The application resources are stored in two files:
-
- • "Some TinyEdit Resources.rsrc" - these are resources from
- "Tiny Edit Resources.rsrc" that are used in this application
- without change.
- • "DigitalSignature Resources.rsrc" - these are resources that
- are unique to this application.
-
- Bugs:
- • For some reason, the IconPane will not load the Digital Signature
- Icon family (it wants 'cicn' resources). Instead of the defined
- resource, I'm using an undocumented -16702 'cicn' resource.
-
- Version Info:
- 2/25/93 - updated for AOCE Beta Release
- 5/25/93 - first pass for AOCE Beta 3 Release
- 6/11/93 - conversion to Think 6.0 and Beta 3.
-
- Compilation Environment:
- THINK C 6.0, Think Class Library 1.1.3.
-